enum ScrollBarConstants { TODO }
Public Enum ScrollBarConstants SB_HORZ = 0 SB_VERT = 1 SB_CTL = 2 SB_BOTH = 3 End Enum
None.